home *** CD-ROM | disk | FTP | other *** search
/ Almathera Ten Pack 3: CDPD 3 / Almathera Ten on Ten - Disc 3: CDPD3.iso / scope / 001-025 / scopedisk6 / makedata / readme < prev    next >
Text File  |  1995-03-18  |  321b  |  14 lines

  1. Make written by David Ashley
  2. Turns any file into a series of data statements, for 68000 code.
  3. Output looks like:
  4.  
  5.     dc    $1000,$2344,$0100,......
  6. The last line will have an extra comma, which you should get rid of:
  7.  
  8.     dc    $1000,$2342,$1123,
  9.  
  10. USE:
  11. 1> make infile outfile
  12.  
  13. This tiny program is freeware and you may not sell it.
  14.